From 278b0a585af5fa7d78af21e6d023b7d9a0e21c4b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 22 May 1993 04:21:25 +0000 Subject: [PATCH] (pending-undo-list): Var declared. --- lisp/simple.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/simple.el b/lisp/simple.el index 8ce7cfceadc..f5184105361 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -608,6 +608,9 @@ A numeric argument serves as a repeat count." (and modified (not (buffer-modified-p)) (delete-auto-save-file-if-necessary)))) +(defvar pending-undo-list nil + "Within a run of consecutive undo commands, list remaining to be undone.") + (defun undo-start () "Set `pending-undo-list' to the front of the undo list. The next call to `undo-more' will undo the most recently made change." -- 2.30.2